home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 4: GNU Archives / Linux Cubed Series 4 - GNU Archives.iso / gnu / binutils.7 / binutils / binutils-2.7 / libiberty / config / mh-aix < prev    next >
Encoding:
Text File  |  1996-07-04  |  442 b   |  11 lines

  1. HDEFINES = -D__IEEE_BIG_ENDIAN
  2. RANLIB=true
  3. INSTALL=cp
  4.  
  5. # Most releases of AIX 3.1 include an incorrect internal version of copysign
  6. # in libc.a for use by some libc public functions including modf.  The public
  7. # version of copysign in libm.a is usable.  For the sake of libg++ (which
  8. # uses modf), we add copysign here.  Supposedly, this problem is fixed in AIX
  9. # 3.1.8 and above, including all releases of AIX 3.2.
  10. EXTRA_OFILES = copysign.o
  11.